home *** CD-ROM | disk | FTP | other *** search
-
-
- EdWord Professional ARexx Scripts
-
-
- Martin Reddy, 1996
-
-
- This directory contains the various ARexx scripts for EdWord Professional
- (.epxx) which provide an interface with the ISpell package. Each of these
- scripts will first check to see if the ISpell server is running and if it
- is not then it will attempt to run it for you , so you should never have to
- worry about the underlying ISpell package at all.
-
- The EdSpell distribution currently includes the following .epxx scripts:
-
- SpellDocument ...... Spell check all words from word or top of file
- SpellBlock ......... Spell check all words in a horizontal block
- CheckWord .......... Check the word under cursor. Allow edit/add.
- LookUpWord ......... Look up a word and allow adding if not found
- DeleteWord ......... Remove a word from your user dictionary
- UnLoadDictionary ... Remove ISpell server - frees up memory
-
- Most of these scripts allow some form of customisation. This is done by
- editing any boolean variables that appear in the script before the line
- which states that there is nothing change below that point. See the scripts
- themselves for full details on their individual customisation.
-
-
- ----
- Martin Reddy
- <M.Reddy@ed.ac.uk>
-